From: Richard M. Stallman Date: Sat, 21 Sep 1996 01:25:11 +0000 (+0000) Subject: Comment change. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~82814 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=d7c64de6bfd9af5bf21e7e10bcb3feaa10a45f11;p=emacs.git Comment change. --- diff --git a/src/indent.c b/src/indent.c index 2a05a3d4a65..7a13dca9d33 100644 --- a/src/indent.c +++ b/src/indent.c @@ -800,11 +800,6 @@ struct position val_compute_motion; into account. That is, beginning-of-line moves you to the hpos -HSCROLL + (HSCROLL > 0). - Note that FROMHPOS and TOHPOS should be expressed in real screen - columns, taking HSCROLL and the truncation glyph at the left margin - into account. That is, beginning-of-line moves you to the hpos - -HSCROLL + (HSCROLL > 0). - For example, to find the buffer position of column COL of line LINE of a certain window, pass the window's starting location as FROM and the window's upper-left coordinates as FROMVPOS and FROMHPOS.